From: Paul Eggert Date: Tue, 8 Mar 2011 08:23:12 +0000 (-0800) Subject: * bidi.c (bidi_check_type): Now static, since it's not used elsewhere. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4422^2^2~47 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d51b122355e6daa862ae98fa9fceea55dbb3b414;p=emacs.git * bidi.c (bidi_check_type): Now static, since it's not used elsewhere. --- diff --git a/src/ChangeLog b/src/ChangeLog index 6282ca273ca..b88d42bb0f9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -78,6 +78,8 @@ Rename locals to avoid shadowing. (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros. + * bidi.c (bidi_check_type): Now static, since it's not used elsewhere. + 2011-03-06 Chong Yidong * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06 diff --git a/src/bidi.c b/src/bidi.c index eeacf65bd5c..1289798dd8c 100644 --- a/src/bidi.c +++ b/src/bidi.c @@ -180,7 +180,7 @@ bidi_get_type (int ch, bidi_dir_t override) } } -void +static void bidi_check_type (bidi_type_t type) { if (type < UNKNOWN_BT || type > NEUTRAL_ON)